settings: Load keyfiles ourselves
authorTimm Bäder <mail@baedert.org>
Thu, 31 Dec 2020 11:40:41 +0000 (12:40 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 3 Jan 2021 10:01:29 +0000 (11:01 +0100)
commit34ea99006ffdbe1a4eab34e2c6db793ca75dd160
tree07ac177745b0d6b82bd38e9db5002d7131270de4
parent06cce81a97e8cf5ef2ab78eec2d5c7c05d5de8b8
settings: Load keyfiles ourselves

This does not change anything in the case where the .init file does not
exist. We still hit the disk once. Otherwise, we now only hit it once
instead of twice and avoid a potential race-condition.
gtk/gtksettings.c